home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14320 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.lang.c++
  2. Path: txnews.amd.com!news
  3. From: Ben Van Truong <ben.truong@amd.com>
  4. Subject: C++ object persistent storage in relational database
  5. Content-Type: text/plain; charset=us-ascii
  6. Message-ID: <Dp1qC2.K8v@txnews.amd.com>
  7. Sender: news@txnews.amd.com
  8. Nntp-Posting-Host: auhp21
  9. Content-Transfer-Encoding: 7bit
  10. Organization: Truong's Associated
  11. Mime-Version: 1.0
  12. Date: Fri, 29 Mar 1996 20:31:11 GMT
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX B.10.01 9000/715)
  14. X-Url: news:comp.lang.c++
  15.  
  16. We are set to develop a complex mission critical application using C++ and,
  17. preferably Oracle database.  Further more, for the efficiency, we want to
  18. bypassing the SQL layer, maybe using some 3rd party product that capable of
  19. taking an C++ object and mapping it into relational tables when an object needs
  20. to be saved.  And composing an object from relational tables when this object
  21. needs to be brought to live.   
  22.  
  23. Does any one have such an experience? and who are the vendors that has these
  24. kinds of 'C++ object mappers'.
  25.  
  26. Thanks.
  27.  
  28.